home *** CD-ROM | disk | FTP | other *** search
/ Netware Super Library / Netware Super Library.iso / inet_tcp / freetcp / docs / warptcp.txt < prev    next >
Encoding:
Text File  |  1994-12-23  |  4.4 KB  |  111 lines

  1. Newsgroups: comp.os.os2.announce
  2. Path: fwi.uva.nl!sun4nl!EU.net!howland.reston.ans.net!spool.mu.edu!uwm.edu!lll-winken.llnl.gov!ames!news.hawaii.edu!news
  3. From: hstroem@ed.unit.no
  4. Subject: GOOD ADVICE:  Running ethernet connection and TCP/IP 2.0 under Warp
  5. Message-ID: <D06Dru.4nr@news.hawaii.edu>
  6. Followup-To: comp.os.os2.networking.misc
  7. Sender: news@news.hawaii.edu
  8. Organization: University of Hawaii
  9. Date: Fri, 2 Dec 1994 08:47:54 GMT
  10. Approved: tholen@newton.ifa.hawaii.edu
  11. Lines: 67
  12.  
  13. Submitted by:   Henrik Stroem (hstroem@ed.unit.no)
  14. Source:         Henrik Stroem (hstroem@ed.unit.no)
  15. Date received:  1994 December 1
  16. Date posted:    1994 December 1
  17. -------------------------------------------------------------------------------
  18.            Ethernet support with WARP 3's Internet Connection
  19.  
  20. All these files were copied from my old TCP/IP 2.0 installation.
  21.  
  22.  Filename            Source (TCP/IP 2.0 installation)
  23.  ----------------------------------------------------
  24.  IFNDIS.SYS          \IBMCOM\PROTOCOL
  25.  NETBIND.EXE         \IBMCOM\PROTOCOL
  26.  TCPIP.NIF           \IBMCOM\PROTOCOL
  27.  LANMSGDD.OS2        \IBMCOM\
  28.  LANMSGEX.EXE        \IBMCOM\
  29.  LANMSGDL.DLL        \IBMCOM\
  30.  LT0.MSG             \IBMCOM\
  31.  PROTMAN.OS2         \IBMCOM\
  32.  PRO.MSG             \IBMCOM\
  33.  PROTOCOL.INI        \IBMCOM\
  34.  ELNK3.OS2           \IBMCOM\MACS (Ethernet adapter specific driver)
  35.  BOOTP.EXE           \TCPIP\BIN   (You need this if you use a BOOTP server)
  36.  
  37. If you want to play it safe it is probably a good idea to copy the rest
  38. of the *.MSG and *.DLL's from the \IBMCOM\ and \IBMCOM\DLL directories.
  39.  
  40. I have chosen to place all of these files under a \TCPIP\IBMCOM directory
  41. on my WARP 3 partition, so they are not mixed up with the WARP 3
  42. Internet Connection files in the \TCPIP\BIN, \TCPIP\ETC, \TCPIP\DOC, etc.
  43.  
  44. You need to edit your \CONFIG.SYS to make this work.  I have my WARP3
  45. and Internet Connection on drive d:.  I've appended these lines:
  46.  
  47. DEVICE=D:\TCPIP\IBMCOM\LANMSGDD.OS2 /I:D:\TCPIP\IBMCOM
  48. DEVICE=D:\TCPIP\IBMCOM\PROTMAN.OS2 /I:D:\TCPIP\IBMCOM
  49.  
  50. RUN=D:\TCPIP\IBMCOM\NETBIND.EXE
  51. RUN=D:\TCPIP\IBMCOM\LANMSGEX.EXE
  52.  
  53. DEVICE=D:\TCPIP\BIN\INET.SYS
  54. DEVICE=D:\TCPIP\IBMCOM\IFNDIS.SYS
  55. DEVICE=D:\TCPIP\IBMCOM\ELNK3.OS2
  56. DEVICE=D:\TCPIP\BIN\VDOSTCP.VDD
  57. DEVICE=D:\TCPIP\BIN\VDOSTCP.SYS
  58.  
  59. RUN=D:\TCPIP\BIN\CNTRL.EXE
  60. RUN=D:\TCPIP\BIN\VDOSCTL.EXE
  61.  
  62. In addition you must add D:\TCPIP\IBMCOM to the LIBPATH AND DPATH
  63. statements in \CONFIG.SYS.
  64.  
  65. It is also a good idea to change the settings for the ICONS in the
  66. Internet Connection folder, so that e.g., the NewsReader/2 ICON
  67. points to the NR2.EXE file, instead of the LINKUP.EXE. You must also
  68. remove the parameter settings for all these ICONS.
  69.  
  70. NFS and X Client and Server is not a part of the Internet Connection.
  71.  
  72. Henrik Stroem
  73. Faculty of E.G. and C.S.
  74. The Norwegian Institute of Technology
  75. -------------------------------------------------------------------------------
  76. Dave Tholen                 moderator for comp.os.os2.announce
  77. Institute for Astronomy     Internet:  tholen@newton.ifa.hawaii.edu
  78. 2680 Woodlawn Drive
  79. Honolulu, HI  96822         Astronewsbyte:  Geminid meteor shower December 14
  80.  
  81. Newsgroups: comp.os.os2.announce
  82. Path: fwi.uva.nl!sun4nl!EU.net!howland.reston.ans.net!spool.mu.edu!uwm.edu!lll-winken.llnl.gov!ames!news.hawaii.edu!news
  83. From: jks@giskard.utmem.edu
  84. Subject: FOLLOWUP ON GOOD ADVICE:  Running TCP/IP 2.0 under Warp
  85. Message-ID: <D0DvKM.AoE@news.hawaii.edu>
  86. Followup-To: comp.os.os2.networking.tcp-ip
  87. Sender: news@news.hawaii.edu
  88. Organization: University of Hawaii
  89. Date: Tue, 6 Dec 1994 09:55:34 GMT
  90. Approved: tholen@newton.ifa.hawaii.edu
  91. Lines: 17
  92.  
  93. Submitted by:   John Spitznagel (jks@giskard.utmem.edu)
  94. Source:         John Spitznagel (jks@giskard.utmem.edu)
  95. Date received:  1994 December 5
  96. Date posted:    1994 December 5
  97. -------------------------------------------------------------------------------
  98. > DEVICE=D:\TCPIP\BIN\INET.SYS
  99.                                 
  100. INET.SYS from the IAK will break the full client/server install of Ultimail.
  101. It would be best to preserve the copy of INET.SYS from the TCP/IP install if
  102. you plan on using the original Ultimail product components.
  103.  
  104. Note also for new folks.... there are no servers in the IAK.
  105. -------------------------------------------------------------------------------
  106. Dave Tholen                 moderator for comp.os.os2.announce
  107. Institute for Astronomy     Internet:  tholen@newton.ifa.hawaii.edu
  108. 2680 Woodlawn Drive
  109. Honolulu, HI  96822         Astronewsbyte:  Geminid meteor shower December 14
  110.  
  111.